Using ROOT

This container comes with ROOT v6.05.02. It was compiled with python version 2.

You can use it from python in the usual way by importing the ROOT module from any python 2 notebook.


In [1]:
import ROOT


Welcome to ROOTaaS 6.05/02

For the moment ROOT was compiled using python 2 and not python 3. This means that in this particular container you are stuck using legacy python.

ROOT on the commandline

If you want to use ROOT from the commandline open a new terminal and type root -b. The -b is important as there is no X server available.